xl: rename "list-vm" command to "vm-list"
authorMatt Wilson <msw@amazon.com>
Fri, 29 Jun 2012 14:42:27 +0000 (15:42 +0100)
committerMatt Wilson <msw@amazon.com>
Fri, 29 Jun 2012 14:42:27 +0000 (15:42 +0100)
commit23c74ab2b27afb075d8eacf40f04b24f779c5732
tree35b43583feaf27e2e9be3f8d1ca72d5809e46161
parent8c77bfea391cde0ae46c37d77d407c3dd9951583
xl: rename "list-vm" command to "vm-list"

All of the other "list" verbs are of the form "$noun-list". For
example: "pci-list", "vcpu-list", "network-list", "block-list", etc.

Additionally, many people have well trained muscle memory from years
of typing "xm li". "xl li" was ambiguous due to "xl list-vm", thus
resulting in "command not implemented".

Finally, this command was missing from the xl man page.

Signed-off-by: Matt Wilson <msw@amazon.com>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
Committed-by: Ian Jackson <ian.jackson.citrix.com>
docs/man/xl.pod.1
tools/libxl/xl.h
tools/libxl/xl_cmdimpl.c
tools/libxl/xl_cmdtable.c